home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_10
/
PlaceObject2_493_495
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
235 b
|
17 lines
onClipEvent(load){
if(_name != "shipSTAT")
{
life = 3500;
_Y = -100;
_X = 275;
yspeed = 0;
xspeed = 0;
speed = 4;
pp = 0;
}
else
{
_visible = false;
}
}